fix(issue-74): enforce left-side publish authority mapping and add reproducible CLI validation#77
Merged
PLeVasseur merged 10 commits intoeclipse-uprotocol:mainfrom Feb 12, 2026
Conversation
…nd Path A cache identity
42d5a26 to
2d42d16
Compare
sophokles73
reviewed
Feb 11, 2026
sophokles73
approved these changes
Feb 12, 2026
sophokles73
left a comment
There was a problem hiding this comment.
I have done this review at a formal level only, as I do not fully understand the implications of the changes done in ustreamer.rs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
up-streamer.UTransportregister/unregister symmetry.Stacked Branch Context
perf/ci-pr-latency-reduction.mainand therefore includes inherited parent commits.0d441dcadd shared CLI parsing helpers for example binariesb134d5aparameterize MQTT and Zenoh pubsub binaries08b3c0eparameterize remaining example binaries for CLI overridesc026489fix publish forwarding authority matching in streamerc51bfc8document issue74 runbook and CLI override usagea553a37fix integration harness listener unregister symmetryIssue #74 Scope and Semantics
subscription_data.json= allowed publish source filter; right side = subscriber URIs.in_authorityor left-side wildcard*.Addendum: Issue #74 Baseline + Follow-up Validation Matrix (Scope-Only)
This addendum intentionally focuses on routing semantics and validation only. It excludes MSRV and CI-improvement topics.
Base Issue #74 changes
in_authorityor*.up-streamer/src/ustreamer.rs:194up-streamer/src/ustreamer.rs:1600,up-streamer/src/ustreamer.rs:1642,up-streamer/src/ustreamer.rs:1677,up-streamer/src/ustreamer.rs:2018example-streamer-uses/src/bin/common/cli.rs:13,example-streamer-uses/src/bin/common/cli.rs:53,example-streamer-uses/src/bin/common/cli.rs:65,example-streamer-uses/src/bin/zenoh_client.rs:80,example-streamer-uses/src/bin/someip_client.rs:88example-streamer-uses/src/bin/common/cli.rs:94,example-streamer-uses/src/bin/common/cli.rs:100,example-streamer-uses/src/bin/common/cli.rs:115,example-streamer-uses/src/bin/common/cli.rs:124,example-streamer-uses/src/bin/common/cli.rs:146utils/integration-test-utils/src/up_client_foo.rs:235,utils/integration-test-utils/src/up_client_foo.rs:294,utils/integration-test-utils/src/up_client_foo.rs:310up-streamer/tests/single_local_two_remote_add_remove_rules.rs:40Follow-up changes
out_authorityand wildcard subscriber authority (*) rows.//*/...subscriber-authority entries without bypassing forwarding-rule topology.subscription-cache/src/lib.rs:153,up-streamer/src/ustreamer.rs:327,up-streamer/src/ustreamer.rs:450up-streamer/src/ustreamer.rs:1724,up-streamer/src/ustreamer.rs:1775up-streamer/src/ustreamer.rs:225,up-streamer/src/ustreamer.rs:340,up-streamer/src/ustreamer.rs:465up-streamer/src/ustreamer.rs:1903up-streamer/src/ustreamer.rs:819,up-streamer/src/ustreamer.rs:851,up-streamer/src/ustreamer.rs:878up-streamer/src/ustreamer.rs:1962topic + subscriber)topic + subscriber.subscription-cache/src/lib.rs:40,subscription-cache/src/lib.rs:46subscription-cache/src/lib.rs:214,subscription-cache/src/lib.rs:238,subscription-cache/src/lib.rs:269